From Ron Parker:
authorrobertl <robertl>
Thu, 27 Feb 2003 19:06:17 +0000 (19:06 +0000)
committerrobertl <robertl>
Thu, 27 Feb 2003 19:06:17 +0000 (19:06 +0000)
commitd282587d0234136012a8a7b79f31d7c3ee27212e
treef0b73c291f43292a12cacfa5b23c446e9d6795dd
parentdef1aeb45905cb12327e7649aee16a0cd82f1dc8
From Ron Parker:
1) upgrades the XML time parser to be more robust.  It now recognizes and
   correctly parses non-Zulu timestamps and timestamps with fractional
   seconds (which are truncated rather than rounded, but a motivated coder
   with time on his hands could change that.)
2) adds a field "exported" to struct geocache_data and fills it in with
   the appropriate value (the value from the groundspeak:exported tag on
   the waypoint if one exists, else the timestamp from the gpx/time element.)
3) adds (or replaces) the groundspeak:exported tag on output for any waypoint
   that contains a groundspeak:cache element.
4) adds the gpx/time element to any output GPX file, using the current time.
5) modifies the duplicate filter to prefer throwing away waypoints with older
   or unspecified "exported" dates over those with newer dates.
defs.h
duplicate.c
gpx.c